.Net Framework > v3.0.6920.0 > System > Windows > ContentElement ContentElement
Category
Class
Description
Provides a WPF core-level base class for content elements. Content elements are designed for flow-style presentation, using an intuitive markup-oriented layout model and a deliberately simple object model.
Assembly
PresentationCore
Character
public
Ancestors
DependencyObject > DispatcherObject > Object
Implements
IInputElement, IAnimatable
Descendants
FrameworkContentElement
Contstructors
ContentElement()
Properties
AllowDrop
CommandBindings
Focusable
HasAnimatedProperties
InputBindings
IsEnabled
IsEnabledCore
IsFocused
IsInputMethodEnabled
IsKeyboardFocused
IsKeyboardFocusWithin
IsMouseCaptured
IsMouseCaptureWithin
IsMouseDirectlyOver
IsMouseOver
IsStylusCaptured
IsStylusCaptureWithin
IsStylusDirectlyOver
IsStylusOver
Events
DragEnter
DragLeave
DragOver
Drop
FocusableChanged
GiveFeedback
GotFocus
GotKeyboardFocus
GotMouseCapture
GotStylusCapture
IsEnabledChanged
IsKeyboardFocusedChanged
IsKeyboardFocusWithinChanged
IsMouseCapturedChanged
IsMouseCaptureWithinChanged
IsMouseDirectlyOverChanged
IsStylusCapturedChanged
IsStylusCaptureWithinChanged
IsStylusDirectlyOverChanged
KeyDown
KeyUp
LostFocus
LostKeyboardFocus
LostMouseCapture
LostStylusCapture
MouseDown
MouseEnter
MouseLeave
MouseLeftButtonDown
MouseLeftButtonUp
MouseMove
MouseRightButtonDown
MouseRightButtonUp
MouseUp
MouseWheel
PreviewDragEnter
PreviewDragLeave
PreviewDragOver
PreviewDrop
PreviewGiveFeedback
PreviewGotKeyboardFocus
PreviewKeyDown
PreviewKeyUp
PreviewLostKeyboardFocus
PreviewMouseDown
PreviewMouseLeftButtonDown
PreviewMouseLeftButtonUp
PreviewMouseMove
PreviewMouseRightButtonDown
PreviewMouseRightButtonUp
PreviewMouseUp
PreviewMouseWheel
PreviewQueryContinueDrag
PreviewStylusButtonDown
PreviewStylusButtonUp
PreviewStylusDown
PreviewStylusInAirMove
PreviewStylusInRange
PreviewStylusMove
PreviewStylusOutOfRange
PreviewStylusSystemGesture
PreviewStylusUp
PreviewTextInput
QueryContinueDrag
QueryCursor
StylusButtonDown
StylusButtonUp
StylusDown
StylusEnter
StylusInAirMove
StylusInRange
StylusLeave
StylusMove
StylusOutOfRange
StylusSystemGesture
StylusUp
TextInput
Methods
AddHandler(RoutedEvent,Delegate)
AddHandler(RoutedEvent,Delegate,Boolean)
AddToEventRoute(EventRoute,RoutedEventArgs)
ApplyAnimationClock(DependencyProperty,AnimationClock)
ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior)
BeginAnimation(DependencyProperty,AnimationTimeline)
BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior)
CaptureMouse()
CaptureStylus()
Focus()
GetAnimationBaseValue(DependencyProperty)
GetUIParentCore()
MoveFocus(TraversalRequest)
OnCreateAutomationPeer()
OnDragEnter(DragEventArgs)
OnDragLeave(DragEventArgs)
OnDragOver(DragEventArgs)
OnDrop(DragEventArgs)
OnGiveFeedback(GiveFeedbackEventArgs)
OnGotFocus(RoutedEventArgs)
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
OnGotMouseCapture(MouseEventArgs)
OnGotStylusCapture(StylusEventArgs)
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)
OnKeyDown(KeyEventArgs)
OnKeyUp(KeyEventArgs)
OnLostFocus(RoutedEventArgs)
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
OnLostMouseCapture(MouseEventArgs)
OnLostStylusCapture(StylusEventArgs)
OnMouseDown(MouseButtonEventArgs)
OnMouseEnter(MouseEventArgs)
OnMouseLeave(MouseEventArgs)
OnMouseLeftButtonDown(MouseButtonEventArgs)
OnMouseLeftButtonUp(MouseButtonEventArgs)
OnMouseMove(MouseEventArgs)
OnMouseRightButtonDown(MouseButtonEventArgs)
OnMouseRightButtonUp(MouseButtonEventArgs)
OnMouseUp(MouseButtonEventArgs)
OnMouseWheel(MouseWheelEventArgs)
OnPreviewDragEnter(DragEventArgs)
OnPreviewDragLeave(DragEventArgs)
OnPreviewDragOver(DragEventArgs)
OnPreviewDrop(DragEventArgs)
OnPreviewGiveFeedback(GiveFeedbackEventArgs)
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)
OnPreviewKeyDown(KeyEventArgs)
OnPreviewKeyUp(KeyEventArgs)
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)
OnPreviewMouseDown(MouseButtonEventArgs)
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)
OnPreviewMouseMove(MouseEventArgs)
OnPreviewMouseRightButtonDown(MouseButtonEventArgs)
OnPreviewMouseRightButtonUp(MouseButtonEventArgs)
OnPreviewMouseUp(MouseButtonEventArgs)
OnPreviewMouseWheel(MouseWheelEventArgs)
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)
OnPreviewStylusButtonDown(StylusButtonEventArgs)
OnPreviewStylusButtonUp(StylusButtonEventArgs)
OnPreviewStylusDown(StylusDownEventArgs)
OnPreviewStylusInAirMove(StylusEventArgs)
OnPreviewStylusInRange(StylusEventArgs)
OnPreviewStylusMove(StylusEventArgs)
OnPreviewStylusOutOfRange(StylusEventArgs)
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)
OnPreviewStylusUp(StylusEventArgs)
OnPreviewTextInput(TextCompositionEventArgs)
OnQueryContinueDrag(QueryContinueDragEventArgs)
OnQueryCursor(QueryCursorEventArgs)
OnStylusButtonDown(StylusButtonEventArgs)
OnStylusButtonUp(StylusButtonEventArgs)
OnStylusDown(StylusDownEventArgs)
OnStylusEnter(StylusEventArgs)
OnStylusInAirMove(StylusEventArgs)
OnStylusInRange(StylusEventArgs)
OnStylusLeave(StylusEventArgs)
OnStylusMove(StylusEventArgs)
OnStylusOutOfRange(StylusEventArgs)
OnStylusSystemGesture(StylusSystemGestureEventArgs)
OnStylusUp(StylusEventArgs)
OnTextInput(TextCompositionEventArgs)
PredictFocus(FocusNavigationDirection)
RaiseEvent(RoutedEventArgs)
ReleaseMouseCapture()
ReleaseStylusCapture()
RemoveHandler(RoutedEvent,Delegate)
ShouldSerializeCommandBindings()
ShouldSerializeInputBindings()
Fields
AllowDropProperty
DragEnterEvent
DragLeaveEvent
DragOverEvent
DropEvent
FocusableProperty
GiveFeedbackEvent
GotFocusEvent
GotKeyboardFocusEvent
GotMouseCaptureEvent
GotStylusCaptureEvent
IsEnabledProperty
IsFocusedProperty
IsKeyboardFocusedProperty
IsKeyboardFocusWithinProperty
IsMouseCapturedProperty
IsMouseCaptureWithinProperty
IsMouseDirectlyOverProperty
IsMouseOverProperty
IsStylusCapturedProperty
IsStylusCaptureWithinProperty
IsStylusDirectlyOverProperty
IsStylusOverProperty
KeyDownEvent
KeyUpEvent
LostFocusEvent
LostKeyboardFocusEvent
LostMouseCaptureEvent
LostStylusCaptureEvent
MouseDownEvent
MouseEnterEvent
MouseLeaveEvent
MouseLeftButtonDownEvent
MouseLeftButtonUpEvent
MouseMoveEvent
MouseRightButtonDownEvent
MouseRightButtonUpEvent
MouseUpEvent
MouseWheelEvent
PreviewDragEnterEvent
PreviewDragLeaveEvent
PreviewDragOverEvent
PreviewDropEvent
PreviewGiveFeedbackEvent
PreviewGotKeyboardFocusEvent
PreviewKeyDownEvent
PreviewKeyUpEvent
PreviewLostKeyboardFocusEvent
PreviewMouseDownEvent
PreviewMouseLeftButtonDownEvent
PreviewMouseLeftButtonUpEvent
PreviewMouseMoveEvent
PreviewMouseRightButtonDownEvent
PreviewMouseRightButtonUpEvent
PreviewMouseUpEvent
PreviewMouseWheelEvent
PreviewQueryContinueDragEvent
PreviewStylusButtonDownEvent
PreviewStylusButtonUpEvent
PreviewStylusDownEvent
PreviewStylusInAirMoveEvent
PreviewStylusInRangeEvent
PreviewStylusMoveEvent
PreviewStylusOutOfRangeEvent
PreviewStylusSystemGestureEvent
PreviewStylusUpEvent
PreviewTextInputEvent
QueryContinueDragEvent
QueryCursorEvent
StylusButtonDownEvent
StylusButtonUpEvent
StylusDownEvent
StylusEnterEvent
StylusInAirMoveEvent
StylusInRangeEvent
StylusLeaveEvent
StylusMoveEvent
StylusOutOfRangeEvent
StylusSystemGestureEvent
StylusUpEvent
TextInputEvent
Tags
0103E2B958, 02E3ABA98D, 034B4F5192
Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database